home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / UNZIP-DEMO / ZIPFILES / man00 / 00085.ls < prev    next >
Encoding:
Text File  |  1995-05-25  |  150 b   |  10 lines

  1. on exitFrame
  2.   if the mouseCast <> the castNum of sprite 25 then
  3.     go("loop")
  4.   end if
  5.   if the mouseDown then
  6.     go("demo")
  7.     exit
  8.   end if
  9. end
  10.